home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / What's New? / Development Kits / Mac OS / Installer SDK 1.2.4 / Upgrader 1.2.3 & Engines / Upgrader 1.2.3 / Plug-in Examples / Common Files / MWCPlusExtensions / NewWithFree.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-10-04  |  244 b   |  19 lines  |  [TEXT/CWIE]

  1. /*
  2.  
  3.         New68KwithFree.h
  4.         
  5.         Use FreeAllCplusMemory() to release the memory pool for
  6.         operatornew within code resources.
  7.  
  8. */
  9.  
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13.  
  14. void FreeAllCplusMemory(void);
  15.  
  16. #ifdef __cplusplus
  17. }
  18. #endif /* __cplusplus */
  19.